JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar,#box2{display:none;} img {width:100%;} #story {margin-left:0;margin:0;} .passage, #passages {max-width: 1920px;margin:0;padding:0;border:0;} body{margin-top:0;} .text-block { position: absolute; width: 20vw; top: 0.6vw; right: 1vh; background-color: rgba(0, 0, 102, 0.3); color: white; font-size: 1.4vh; font-family: 'Roboto', sans-serif; padding-left: 16px; padding-right: 16px; padding-bottom: 10px; z-index: 1; } .button { background-color: #1c87c9; -webkit-border-radius: 60px; border-radius: 60px; border: none; color: #eeeeee; cursor: pointer; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 1.5vh; padding: 8px 10px; text-align: center; text-decoration: none; } @keyframes glowing { 0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } 50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; } 100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } } .button { animation: glowing 1300ms infinite; } .alerts-border { border: 2px #990000 solid; animation: blink 2s; animation-iteration-count: 20; } @keyframes blink { 50% { border-color:#fff ; } } </style> <video src="images/intro4.webm" autoplay loop width="100%"></video> <div id="show"> <div class="text-block alerts-border"> <h3> This game is for players 18+ years of age. If you are under 18 or it is illegal for you to view pronographic material please close this game now. All characters in this game are over the age of 18. </h3> <a><button data-passage="home" type="submit" class="button">START</button></a> <hr> Recommended minimum resolution: 1280x720 </div> </div>
<div style="font-size: 1.1rem;font-family: Arial;"> Day: <<= $day>><br> <<= $week>> <<if $timeofday == 1>> Morning <<elseif $timeofday == 2>> Afternoon <<elseif $timeofday == 3>> Evening <<elseif $timeofday == 4>> Night <</if>> </div> <br> [[STATUS|status]]
by root<br> (test version)
<<set $day to 1>> <<set $week to "Monday">> <<set $guns to 0>> <<set $depravity to 2>> <<set $yelenadepravity to 2>> <<set $henry to 0>> <<set $fitness to 90>> <<set $strength to 90>> <<set $drunk to 0>> <<set $work to 0>> <<set $arousal to 0>> <<set $shower to 0>> <<set $makeup to 0>> <<set $outfit to 0>> <<set $timeofday to 1>> <<set $park to 0>> <<set $ic to 0>> <<set $icenter to { "start":0, "active":0, "walk":0, "sexy":0, "tease":0, "event1":0, "event2":0, "event3":0 }>> <<set $outfitlink to { front: "[img[images/home/nata-sleep.png]]", walk: "[img[images/home/nata-sleep.png]]", run: "[img[images/home/nata-sleep.png]]", talk: "[img[images/home/nata-sleep.png]]", angry: "[img[images/home/nata-sleep.png]]", tease: "[img[images/home/nata-sleep.png]]", sexy: "[img[images/home/nata-sleep.png]]" }>> <<set $run to { "start":0, "active":0, "tease":0, "sexy":0, "event1":0, "event2":0, "event3":0 }>> <<set $missions to { "m1":0, "m2":0, "m3":0, "m4":0, "m5":0, "m6":0, "m7":0, "m8":0, "m9":0 }>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 34rem; margin: 4px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <div class="flex-container"> <div> <img class="fadein3" src="images/status.jpg"> </div> <div> <<timed 2s>> <div class="fadein3"> Normal status.<br> Respectable agent, athletic, fast assassin, pure mind.<br> Depravity: <<= $depravity >>%<br> Arousal <<=$arousal>>%<br> Fitness: <<=$fitness>>%<br> strength: <<=$strength>>%<br> Drunk: <<=$drunk>>% </div> <</timed>> </div> </div> <br> <div class="flex-container"> <div> <img class="fadein3" src="images/status2.jpg"> </div> <div> <<timed 2s>> <div class="fadein3"> Normal status.<br> Athletic, fast assassin, pure mind.<br> Depravity: <<= $yelenadepravity >>% </div> <</timed>> </div> </div> <br> <<back>> <<include test>>
<style> #passage-home { background-image: [img[images/home/homebg.jpg]]; } .container { position: relative; } div.absolute { position: absolute; top: 2em; left: 2em; width: auto; z-index: 2; } .box-menu { box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -moz-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -webkit-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); color:rgba(221, 124, 124, 0.90); padding: 8px 8px; margin: 4px 4px;} </style> <div class="container"> <div style="line-height: 2em;" class="absolute fadein4 box-menu"> <<if $shower == 1>> [[Wardrobe|wardrobe]]<br> <</if>> <<if $shower == 0>> [[Shower|shower]]<br> <</if>> <<if $timeofday == 4>> <<if $outfit == 0>> [[Sleep|sleep]]<br> <</if>> <</if>> <<if $outfit != 0 && $missions.m2 != 4>> [[Go outside|out]]<br> <</if>> <<if $missions.m2 == 4>>end of content (for now)<</if>> </div> <div class="absolute-text fadein4 box-menu"> <<include home-text>> </div> <div class="fadein2"> <<= $outfitlink.front>> </div> </div>
<style> .flex-container { display: flex; align-items: stretch; background-image: [img[images/nata.png]]; height: 40rem; } .flex-container > div { } </style> <div class="flex-container"> <div style="flex-grow: 4">1 </div> <div style="flex-grow: 6"> </div> </div> <div class="flex-container"> <div class="fadein2"> </div> <div class="fadein2"> <<if $park == 0>> <</if>> </div> </div> [[Inactive|home]]<br> [[Inactive|home]]<br> <style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 34rem; margin: 4px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <video width="1300" autoplay src="images\home\sleep.webm"></video>
<style> #passage-wardrobe { background-image: [img[images/home/homebg.jpg]]; } .container { position: relative; } div.absolute { position: absolute; top: 2em; left: 2em; width: auto; z-index: 2; } .box-menu { box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -moz-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -webkit-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); color:rgba(221, 124, 124, 0.90); padding: 8px 8px; margin: 4px 4px; } </style> <<include wardrobe-sub>> <div class="container"> <div style="line-height: 2em;" class="absolute fadein4 box-menu"> [[Homie|wardrobe][$outfit to 0]]<br> <<if $park == 0>> [[Sport|wardrobe][$outfit to 1]]<br> <</if>> <<if $park == 1>> [[Black body suit |wardrobe][$outfit to 2]]<br> <</if>> <br> [[Close|home]] </div> <div class="fadein2"> <<= $outfitlink.front>> </div> </div>
<<switch ($outfit)>> <<case 0>> <<set $outfitlink.front to "[img[images/home/nata-sleep.png]]">> <<case 1>> <<set $outfitlink.front to "[img[images/home/nata-sport.png]]">> <<case 2>> <<set $outfitlink.front to "[img[images/home/nata-suit.png]]">> <</switch>>
<style> div.absolute-text { position: absolute; top: 16em; left: 2em; width: auto; z-index: 2; } </style> ''Natasha: ''<e style="color:white;"> <<if $outfit == 0>>Very comfy.<br><</if>> <<if $outfit == 1>>Fit and ready!<br><</if>> <<if $outfit == 2 && $timeofday != 4>>Ready to go!<br><</if>> <<if $timeofday == 4>>Change your clothes and sleep..<</if>> </e>
<<timed 1s>> <div class="fadein2"> <video class="shake" width="1300" autoplay loop src="images/home/shower.webm"></video> </div> <</timed>> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Uhh a little rest.<br> [[Leave|home][$shower to 1]] </div> <</timed>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { margin: 14px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <<if $timeofday != 4>> <div class="fadein2 flex-container"> <div> [img[images/outside/home.jpg]]<br> [[Home|home]] </div> <div> [img[images/outside/park.jpg]]<br> <<if $park == 0>> [[Park|park][$timeofday +=1;$park to 1;]] <</if>> </div> <div> [img[images/outside/ic.jpg]]<br> <<if $ic == 0 && $outfit == 2>> [[Intelligence center|intel center][$timeofday +=1;$ic to 1;]] <</if>> </div> </div> <</if>> <<if $timeofday == 4>> <div> It's really late...<br> [[Home|home]] </div> <</if>> <br>
<div class="fadein2"> <<if $outfit == 1>> [img[images/park/run2.jpg]] <<elseif $outfit == 2>> [img[images/park/suit.jpg]] <</if>> </div> <<timed 1s>> <div class="fadein2"> [[Go back|home]] <<if $outfit == 1 && $run.active == 0>> [[Running|run][$run.active to 1]] <</if>> </div> <</timed>>
<video width="1300" autoplay src="images/home/sleep.webm"></video> <br> [[Close your eyes..|dream]]
<<if $missions.m1 == 1 && $missions.m2 == 0>><<set $missions.m2 to 1>><</if>> <<if $missions.m2 == 3>><<set $missions.m2 to 4>><</if>> <<set $day +=1>> <<set $park to 0>> <<set $run.active to 0>> <<set $ic to 0>> <<set $work to 0>> <<set $henry to 0>> <<set $icenter.active to 0>> <<set $timeofday to 1>> <<set $shower to 0>> <<if $week == "Monday">> <<set $week to "Tuesday">> <<elseif $week == "Tuesday">> <<set $week to "Wednesday">> <<elseif $week == "Wednesday">> <<set $week to "Thursday">> <<elseif $week == "Thursday">> <<set $week to "Friday">> <<elseif $week == "Friday">> <<set $week to "Saturday">> <<elseif $week == "Saturday">> <<set $week to "Sunday">> <</if>> <<set $run.active to 0>> <video width="1300" autoplay src="images/home/dreams.webm"></video> <br> [[Wake up|home]]
<div class="fadein2"> <<if $outfit == 1>> [img[images/ic/sport.jpg]] <<elseif $outfit == 2>> [img[images/ic/walk0.jpg]] <</if>> </div> <<timed 1s>> <div class="fadein3"> [[Go back|home]] <<if $outfit == 2 && $icenter.active == 0>> [[Intelligence center|icenter][$icenter.active to 1]] <</if>> </div> <</timed>>
<div class="fadein2"> [img[images/park/run3.jpg]] </div> <<timed 1s>> <div class="fadein3"> [[Enough for today|park][$shower to 0]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/ichall.webm"></video> </div> <<timed 1s>> <div class="fadein3"> <<if $work == 0>> [[Director|boss]] <<if $henry == 0>> [[Umm..Hi Natasha!|henry]] <</if>> [[Office|office]] <</if>> <<if $work == 1>> [[Go out|intel center]] <</if>> </div> <</timed>>
<div class="fadein2"> [img[images/ic/boss.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Matthew Ellis: ''Ah, yes, Natasha, well..I have nothing special for you, complete the documentation and check the reports.<br> ''Natasha: ''Ehh...okay.<br> [[Leave|icenter]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/reports.webm"></video> </div> <<timed 1s>> <div class="fadein3"> <<if $missions.m1 == 0>> [[Work|workm1][$missions.m1 to 1;$work to 1;]] <<elseif $missions.m2 == 1 && $missions.m1 == 1>> [[Work|workm2][$missions.m2 to 2;$work to 1;]] <<else>> <<if $work == 0>> [[Work|work][$work to 1]] <</if>> <</if>> </div> <</timed>>
<div class="fadein2"> <<if $outfit == 1>> <video width="1300" autoplay src="images/home/run.webm"></video> <<elseif $outfit == 2>> <video width="1300" autoplay src="images/home/suit.webm"></video> <</if>> </div> <br> <<timed 1s>> [[Now what?|outside]] <</timed>>
<div class="fadein2"> [img[images/ic/reports2.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Ehh very boring but i have to do it..<br> [[End for today|office]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/reports2.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hmm,anonymous message? Interesting.<br> [[Open|m1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena1.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Doctor Evil: ''Hello, hello sweet Natasha!<br> ''Natasha: ''Wait! What? Oh! it's my sister?!<br> ''Doctor Evil: ''I am Doctor Evil..you probably don't remember me but we met.<br> ''Natasha: ''What kind of show is this? Release her! Now!<br> ''Doctor Evil: ''[[Not so fast|m12][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Yelena status changes!@@<br> ''Doctor Evil: ''You pissed off a lot of people. Powerful people!<br> ''Natasha: ''and so what!<br> ''Doctor Evil: ''They hired me to control you.<br> ''Natasha: ''Never!<br> ''Doctor Evil: ''Listen! Your sister has a brainwash. therapy and drugs. Very powerful stuff! [[If i don't stop this!|m13]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena3.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Doctor Evil: ''She will become a mindless creature!<br> ''Natasha: ''You are a monster!<br> ''Doctor Evil: ''It's all up to you. [[Clock is ticking|m14][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena4.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Yelena status changes!@@<br> ''Natasha: ''Uhh! What do you want me to do?<br> ''Doctor Evil: ''Nothing special. Wait for instructions. Just remember who's calling the shots here.<br> ''Natasha: '' It won't take long! I'll find you!<br> ''Doctor Evil: ''Hmm do we need to convince you [[more?|m15]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena5.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Okay, okay, please stop torturing her!<br> ''Doctor Evil: ''That's better. Remember that we see and hear everything. Follow orders without hesitation.<br> ''Natasha: ''...<br> ''Doctor Evil: ''All clear?!<br> ''Natasha: ''Yes..<br> ''Doctor Evil: ''Yes what?!<br> ''Natasha: ''Yes..Sir.<br> ''Doctor Evil: ''Haha great. That's what I wanted to hear [[end of transmission|m16][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena6.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Oh God! This is some kind of nightmare! Poor Yelena!<br> I must save her! No matter what! [[I will do it!|m17]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena7.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''It'll be my most important [[mission!|icenter][$timeofday +=1]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/henry.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''OOh! Hi Henry. Nice to see you again.<br> ''Henry: ''Uhhmm you look wonderful!<br> ''Natasha: ''Heh.. thank you Henry. [[I have to go now|henry2]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/walk2.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Henry: ''Umm..Okay, [[bye!|icenter][$henry to 1]] </div> <</timed>>
<div class="fadein2"> [img[images/end.jpg]] </div>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m2/yelena10.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Ehh..another boring day I guess..<br> [[sit down|workm21]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena11.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Okay..let see..login..good..and nothing exciting..meh<br> [[think|workm22]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena12.webm"></video> </div> <<timed 1s>> ''Natasha: ''Uhh..my sister is trapped..stay strong sister.. we will see you soon!<br> <</timed>> <<timed 3s>> @@.blink_text;NEW CALL!@@<br> <</timed>> <<timed 5s>> [[open|workm23]] <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena13.webm"></video> </div> <<timed 1s>> ''Doctor Evil: ''Hello, hello! You can hear me, right?<br> <</timed>> <<timed 2s>> <div class="fadein3"> [[WTF?!|workm24]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop mute src="images/ic//m2/yelena14.webm"></video> </div> <<timed 1s>> ''Natasha: ''You! You again! You...fucking bastard!<br> <</timed>> <<timed 2s>> ''Doctor Evil: ''Hehe okay.. so I guess you can hear me..hehe!<br> <</timed>> <<timed 3s>> ''Natasha: ''Uhgh..stop tormenting her!<br> <</timed>> <<timed 5s>> <div class="fadein3"> [[You hear me?!|workm25][$depravity +=1;]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena15.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Natasha status changes!@@<br> <</timed>> <<timed 3s>> ''Doctor Evil: ''Relax honey.. Hehe..everything is under control..MY CONTROL of course!<br> <</timed>> <<timed 5s>> ''Natasha: ''Uhgh..what.. <</timed>> <<timed 6s>> <div class="fadein3"> [[strange transmission..|workm26]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena16.webm"></video> </div> <<timed 3s>> ''Natasha: ''Uhh..I should say something.. <</timed>> <<timed 4s>> <div class="fadein3"> [[Ahh..mm.. right!|workm27]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena17.webm"></video> </div> <<timed 2s>> ''Natasha: ''Ehmm..listen to me carefully!<br> <</timed>> <<timed 3s>> ''Doctor Evil: ''Hehe you're repeating yourself..really funny..<br> <</timed>> <<timed 5s>> ''Natasha: ''Ohh..<br> <</timed>> <<timed 7s>> ''Doctor Evil: ''It will be like <</timed>> <<timed 8s>> <div class="fadein3"> [[this|workm29][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena18.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Yelena status changes!@@<br> <</timed>> <<timed 2s>> ''Doctor Evil: ''Hehe you see, the situation is very simple...<br> <</timed>> <<timed 5s>> ''Yelena: ''Ohh..God! Noooo!!! Help me pleaseeee!<br> <</timed>> <<timed 7s>> ''Doctor Evil: ''Shut the fuck up! Listen, we'll do it my way.. first mission is..suck some dick in office hehe!<br> <</timed>> <<timed 8s>> ''Natasha: ''What?! I will never do that!<br> <</timed>> <<timed 10s>> ''Doctor Evil: ''I'm watching you and waiting! If you don't do this, your sister will definitely do!<br> <</timed>> <<timed 12s>> <div class="fadein3"> [[end of transmission|workm29]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena18.webm"></video> </div> <<timed 1s>> @@.blink_text;WARNING - Yelena status changes!@@<br> <</timed>> <<timed 2s>> ''Doctor Evil: ''Hehe you see, the situation is very simple...<br> <</timed>> <<timed 5s>> ''Yelena: ''Ohh..God! Noooo!!! Help me pleaseeee!<br> <</timed>> <<timed 7s>> ''Doctor Evil: ''Shut the fuck up! Listen, we'll do it my way.. first mission is..suck some dick in office hehe!<br> <</timed>> <<timed 8s>> ''Natasha: ''What?! I will never do that!<br> <</timed>> <<timed 10s>> ''Doctor Evil: ''I'm watching you and waiting! If you don't do this, your sister will definitely do!<br> <</timed>> <<timed 12s>> <div class="fadein3"> [[end of transmission|workm291]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m2/yelena19.webm"></video> </div> <<timed 2s>> ''Natasha: ''Such a humiliation, what to do.. <</timed>> <<timed 3s>> <div class="fadein3"> [[I'm confused!|workm292]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/m2/yelena20.png]] </div> <<timed 1s>> ''Natasha: ''Uhh..It's embarrassing... <</timed>> <<timed 2s>> <div class="fadein3"> [[really|workm293]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena21.webm"></video> </div> <<timed 2s>> ''Natasha: ''Uhh..Henry..<br> <</timed>> <<timed 3s>> ''Henry: ''Yes! Hmm yes Natasha! I listen carefully! <em>(OMG! She noticed me again!)</em><br> <</timed>> <<timed 5s>> ''Natasha: ''This is ridiculous.. <</timed>> <<timed 6s>> <div class="fadein3"> [[but..|workm294]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/m2/yelena22.png]] </div> <<timed 2s>> ''Natasha: ''Umm I have to do something weird..<br> <</timed>> <<timed 3s>> ''Henry: ''Huh?<br> <</timed>> <<timed 5s>> ''Natasha: ''This is necessary..my sister.. <</timed>> <<timed 6s>> <div class="fadein3"> [[Ahh!!|workm295]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena23.webm"></video> </div> <<timed 2s>> ''Henry: ''Natasha! Huh..are you okay?<br> <</timed>> <<timed 5s>> ''Natasha: ''Mmm everything is spinning.. <</timed>> <<timed 6s>> <div class="fadein3"> [[so hot!|workm296]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena24.webm"></video> </div> <<timed 3s>> ''Natasha: ''Ohh..strange feeling.. inside me <</timed>> <<timed 4s>> <div class="fadein3"> [[deep inside me!|workm297]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/m2/yelena25.png]] </div> <<timed 2s>> ''Henry: ''What's going on? She's a mess! Please <</timed>> <<timed 3s>> <div class="fadein3"> [[let me help you!|workm298]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena26.webm"></video> </div> <<timed 3s>> ''Natasha: ''Mmm yess Henry.. <</timed>> <<timed 4s>> <div class="fadein3"> [[help me!|workm299]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena27.webm"></video> </div> <<timed 2s>> ''Henry: ''Ohh..fuuuckk..is this some kind of test?!<br> <</timed>> <<timed 4s>> ''Natasha: ''Henry..do it for me.. <</timed>> <<timed 6s>> <div class="fadein3"> [[for my sister!|workm2991]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena28.webm"></video> </div> <<timed 2s>> ''Natasha: ''Henry..really big cock mmm <em>I'm not even mad...weird..</em><br> <</timed>> <<timed 3s>> ''Natasha: ''attracts me..hypnotic..and..<br> <</timed>> <<timed 4s>> <div class="fadein3"> [[so close|workm2992]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena29.webm"></video> </div> <<timed 2s>> ''Natasha: ''Gulp..ehh.mmm..let me finish!<em>..yes, give it to me..</em> <br> <</timed>> <<timed 3s>> ''Natasha: ''fill in..<br> <</timed>> <<timed 4s>> <div class="fadein3"> [[it's so simple|workm2993]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena30.webm"></video> </div> <<timed 2s>> ''Natasha: ''Mmm pulsating pleasure <em>mmm why not?..</em> <br> <</timed>> <<timed 3s>> ''Natasha: ''on the knees..like slut..<br> <</timed>> <<timed 4s>> <div class="fadein3"> [[so quickly|workm2994]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena31.webm"></video> </div> <<timed 2s>> ''Natasha: ''Ahh he's finished! Ahh cum everywhere!<br> <</timed>> <<timed 2s>> ''Henry: ''Uhh really sorry <</timed>> <<timed 4s>> <div class="fadein3"> [[Natasha!|workm2995]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena32.webm"></video> </div> <<timed 2s>> ''Natasha: ''Umm..it's nothing Henry..<br> <</timed>> <<timed 3s>> <div class="fadein3"> [[nothing really?|workm2996]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay loop src="images/ic//m2/yelena33.webm"></video> </div> <<timed 2s>> ''Natasha: ''I have to go...<br> <</timed>> <<timed 2s>> ''Henry: ''Ugh..<br> <</timed>> <<timed 2s>> ''Natasha: ''It's better not to talk about it..I have to go...ohh <</timed>> <<timed 3s>> <div class="fadein3"> [[I have to go|icenter][$timeofday +=1;$missions.m2 to 3;]] </div> <</timed>>